services.httpd.virtualHosts.<name>.serverAliases

Additional names of virtual hosts served by this virtual host configuration.

Type
list of string
Default
[ ]
Example
[
  "www.example.org"
  "www.example.org:8080"
  "example.org"
]
Declared
<nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix>